PView(short nPercentage, PMBool bAllPages = false);
For print size, specify 100. To display pages at the approximate size at which the publication is printed, specify 100.short nPercentage;
Percentage of actual page size (any integer from 25 to 800)kViewFitToWindow for fit in window to display all text, graphics, and guides on the page
kViewPastboard to display all text blocks and graphics that have been moved off the page
PMBool bAllPages
false change only the current page to the new view
true change all pages to the new view (This is only valid for the preset percentages)
Layout view only. The PView command works only in layout view.
Example. The following example displays the current page of the publication at approximately half its actual printed size.
PView(50);
Adobe PageMaker 6.5 Help > Commands > Layout > View
Comments or suggestions? Contact Adobe Developer Support